\(\int (e x)^{-1+2 n} (a+b \text {csch}(c+d x^n)) \, dx\) [73]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [C] (warning: unable to verify)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 22, antiderivative size = 124 \[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\frac {a (e x)^{2 n}}{2 e n}-\frac {2 b x^{-n} (e x)^{2 n} \text {arctanh}\left (e^{c+d x^n}\right )}{d e n}-\frac {b x^{-2 n} (e x)^{2 n} \operatorname {PolyLog}\left (2,-e^{c+d x^n}\right )}{d^2 e n}+\frac {b x^{-2 n} (e x)^{2 n} \operatorname {PolyLog}\left (2,e^{c+d x^n}\right )}{d^2 e n} \]

[Out]

1/2*a*(e*x)^(2*n)/e/n-2*b*(e*x)^(2*n)*arctanh(exp(c+d*x^n))/d/e/n/(x^n)-b*(e*x)^(2*n)*polylog(2,-exp(c+d*x^n))
/d^2/e/n/(x^(2*n))+b*(e*x)^(2*n)*polylog(2,exp(c+d*x^n))/d^2/e/n/(x^(2*n))

Rubi [A] (verified)

Time = 0.08 (sec) , antiderivative size = 124, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {14, 5549, 5545, 4267, 2317, 2438} \[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\frac {a (e x)^{2 n}}{2 e n}-\frac {2 b x^{-n} (e x)^{2 n} \text {arctanh}\left (e^{c+d x^n}\right )}{d e n}-\frac {b x^{-2 n} (e x)^{2 n} \operatorname {PolyLog}\left (2,-e^{d x^n+c}\right )}{d^2 e n}+\frac {b x^{-2 n} (e x)^{2 n} \operatorname {PolyLog}\left (2,e^{d x^n+c}\right )}{d^2 e n} \]

[In]

Int[(e*x)^(-1 + 2*n)*(a + b*Csch[c + d*x^n]),x]

[Out]

(a*(e*x)^(2*n))/(2*e*n) - (2*b*(e*x)^(2*n)*ArcTanh[E^(c + d*x^n)])/(d*e*n*x^n) - (b*(e*x)^(2*n)*PolyLog[2, -E^
(c + d*x^n)])/(d^2*e*n*x^(2*n)) + (b*(e*x)^(2*n)*PolyLog[2, E^(c + d*x^n)])/(d^2*e*n*x^(2*n))

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2317

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

Rule 2438

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2, (-c)*e*x^n]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 4267

Int[csc[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[-2*(c + d*x)^m*(Ar
cTanh[E^((-I)*e + f*fz*x)]/(f*fz*I)), x] + (-Dist[d*(m/(f*fz*I)), Int[(c + d*x)^(m - 1)*Log[1 - E^((-I)*e + f*
fz*x)], x], x] + Dist[d*(m/(f*fz*I)), Int[(c + d*x)^(m - 1)*Log[1 + E^((-I)*e + f*fz*x)], x], x]) /; FreeQ[{c,
 d, e, f, fz}, x] && IGtQ[m, 0]

Rule 5545

Int[((a_.) + Csch[(c_.) + (d_.)*(x_)^(n_)]*(b_.))^(p_.)*(x_)^(m_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simpli
fy[(m + 1)/n] - 1)*(a + b*Csch[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IGtQ[Simplif
y[(m + 1)/n], 0] && IntegerQ[p]

Rule 5549

Int[((a_.) + Csch[(c_.) + (d_.)*(x_)^(n_)]*(b_.))^(p_.)*((e_)*(x_))^(m_.), x_Symbol] :> Dist[e^IntPart[m]*((e*
x)^FracPart[m]/x^FracPart[m]), Int[x^m*(a + b*Csch[c + d*x^n])^p, x], x] /; FreeQ[{a, b, c, d, e, m, n, p}, x]

Rubi steps \begin{align*} \text {integral}& = \int \left (a (e x)^{-1+2 n}+b (e x)^{-1+2 n} \text {csch}\left (c+d x^n\right )\right ) \, dx \\ & = \frac {a (e x)^{2 n}}{2 e n}+b \int (e x)^{-1+2 n} \text {csch}\left (c+d x^n\right ) \, dx \\ & = \frac {a (e x)^{2 n}}{2 e n}+\frac {\left (b x^{-2 n} (e x)^{2 n}\right ) \int x^{-1+2 n} \text {csch}\left (c+d x^n\right ) \, dx}{e} \\ & = \frac {a (e x)^{2 n}}{2 e n}+\frac {\left (b x^{-2 n} (e x)^{2 n}\right ) \text {Subst}\left (\int x \text {csch}(c+d x) \, dx,x,x^n\right )}{e n} \\ & = \frac {a (e x)^{2 n}}{2 e n}-\frac {2 b x^{-n} (e x)^{2 n} \text {arctanh}\left (e^{c+d x^n}\right )}{d e n}-\frac {\left (b x^{-2 n} (e x)^{2 n}\right ) \text {Subst}\left (\int \log \left (1-e^{c+d x}\right ) \, dx,x,x^n\right )}{d e n}+\frac {\left (b x^{-2 n} (e x)^{2 n}\right ) \text {Subst}\left (\int \log \left (1+e^{c+d x}\right ) \, dx,x,x^n\right )}{d e n} \\ & = \frac {a (e x)^{2 n}}{2 e n}-\frac {2 b x^{-n} (e x)^{2 n} \text {arctanh}\left (e^{c+d x^n}\right )}{d e n}-\frac {\left (b x^{-2 n} (e x)^{2 n}\right ) \text {Subst}\left (\int \frac {\log (1-x)}{x} \, dx,x,e^{c+d x^n}\right )}{d^2 e n}+\frac {\left (b x^{-2 n} (e x)^{2 n}\right ) \text {Subst}\left (\int \frac {\log (1+x)}{x} \, dx,x,e^{c+d x^n}\right )}{d^2 e n} \\ & = \frac {a (e x)^{2 n}}{2 e n}-\frac {2 b x^{-n} (e x)^{2 n} \text {arctanh}\left (e^{c+d x^n}\right )}{d e n}-\frac {b x^{-2 n} (e x)^{2 n} \operatorname {PolyLog}\left (2,-e^{c+d x^n}\right )}{d^2 e n}+\frac {b x^{-2 n} (e x)^{2 n} \operatorname {PolyLog}\left (2,e^{c+d x^n}\right )}{d^2 e n} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.55 (sec) , antiderivative size = 175, normalized size of antiderivative = 1.41 \[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\frac {x^{-2 n} (e x)^{2 n} \left (a d^2 x^{2 n}+2 b c \log \left (1-e^{-c-d x^n}\right )+2 b d x^n \log \left (1-e^{-c-d x^n}\right )-2 b c \log \left (1+e^{-c-d x^n}\right )-2 b d x^n \log \left (1+e^{-c-d x^n}\right )-2 b c \log \left (\tanh \left (\frac {1}{2} \left (c+d x^n\right )\right )\right )+2 b \operatorname {PolyLog}\left (2,-e^{-c-d x^n}\right )-2 b \operatorname {PolyLog}\left (2,e^{-c-d x^n}\right )\right )}{2 d^2 e n} \]

[In]

Integrate[(e*x)^(-1 + 2*n)*(a + b*Csch[c + d*x^n]),x]

[Out]

((e*x)^(2*n)*(a*d^2*x^(2*n) + 2*b*c*Log[1 - E^(-c - d*x^n)] + 2*b*d*x^n*Log[1 - E^(-c - d*x^n)] - 2*b*c*Log[1
+ E^(-c - d*x^n)] - 2*b*d*x^n*Log[1 + E^(-c - d*x^n)] - 2*b*c*Log[Tanh[(c + d*x^n)/2]] + 2*b*PolyLog[2, -E^(-c
 - d*x^n)] - 2*b*PolyLog[2, E^(-c - d*x^n)]))/(2*d^2*e*n*x^(2*n))

Maple [C] (warning: unable to verify)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.80 (sec) , antiderivative size = 326, normalized size of antiderivative = 2.63

method result size
risch \(\frac {a x \,{\mathrm e}^{\frac {\left (2 n -1\right ) \left (-i \operatorname {csgn}\left (i e \right ) \operatorname {csgn}\left (i x \right ) \operatorname {csgn}\left (i e x \right ) \pi +i \operatorname {csgn}\left (i e \right ) \operatorname {csgn}\left (i e x \right )^{2} \pi +i \operatorname {csgn}\left (i x \right ) \operatorname {csgn}\left (i e x \right )^{2} \pi -i \operatorname {csgn}\left (i e x \right )^{3} \pi +2 \ln \left (e \right )+2 \ln \left (x \right )\right )}{2}}}{2 n}+\frac {2 b \,{\mathrm e}^{-i \pi n \,\operatorname {csgn}\left (i e \right ) \operatorname {csgn}\left (i x \right ) \operatorname {csgn}\left (i e x \right )} {\mathrm e}^{i \pi n \,\operatorname {csgn}\left (i e \right ) \operatorname {csgn}\left (i e x \right )^{2}} {\mathrm e}^{i \pi n \,\operatorname {csgn}\left (i x \right ) \operatorname {csgn}\left (i e x \right )^{2}} {\mathrm e}^{-i \pi n \operatorname {csgn}\left (i e x \right )^{3}} {\mathrm e}^{\frac {i \operatorname {csgn}\left (i e \right ) \operatorname {csgn}\left (i x \right ) \operatorname {csgn}\left (i e x \right ) \pi }{2}} {\mathrm e}^{-\frac {i \operatorname {csgn}\left (i e \right ) \operatorname {csgn}\left (i e x \right )^{2} \pi }{2}} {\mathrm e}^{-\frac {i \operatorname {csgn}\left (i x \right ) \operatorname {csgn}\left (i e x \right )^{2} \pi }{2}} {\mathrm e}^{\frac {i \operatorname {csgn}\left (i e x \right )^{3} \pi }{2}} e^{2 n} {\mathrm e}^{c} \left (\frac {\left (\ln \left (1-{\mathrm e}^{c +d \,x^{n}}\right )-\ln \left ({\mathrm e}^{c +d \,x^{n}}+1\right )\right ) d \,x^{n} {\mathrm e}^{-c}}{2}+\frac {\left (\operatorname {dilog}\left (1-{\mathrm e}^{c +d \,x^{n}}\right )-\operatorname {dilog}\left ({\mathrm e}^{c +d \,x^{n}}+1\right )\right ) {\mathrm e}^{-c}}{2}\right )}{e n \,d^{2}}\) \(326\)

[In]

int((e*x)^(2*n-1)*(a+b*csch(c+d*x^n)),x,method=_RETURNVERBOSE)

[Out]

1/2*a/n*x*exp(1/2*(2*n-1)*(-I*csgn(I*e)*csgn(I*x)*csgn(I*e*x)*Pi+I*csgn(I*e)*csgn(I*e*x)^2*Pi+I*csgn(I*x)*csgn
(I*e*x)^2*Pi-I*csgn(I*e*x)^3*Pi+2*ln(e)+2*ln(x)))+2*b*exp(-I*Pi*n*csgn(I*e)*csgn(I*x)*csgn(I*e*x))*exp(I*Pi*n*
csgn(I*e)*csgn(I*e*x)^2)*exp(I*Pi*n*csgn(I*x)*csgn(I*e*x)^2)*exp(-I*Pi*n*csgn(I*e*x)^3)*exp(1/2*I*Pi*csgn(I*e)
*csgn(I*x)*csgn(I*e*x))*exp(-1/2*I*Pi*csgn(I*e)*csgn(I*e*x)^2)*exp(-1/2*I*Pi*csgn(I*x)*csgn(I*e*x)^2)*exp(1/2*
I*Pi*csgn(I*e*x)^3)*(e^n)^2/e*exp(c)/n/d^2*(1/2*(ln(1-exp(c+d*x^n))-ln(exp(c+d*x^n)+1))*d*x^n*exp(-c)+1/2*(dil
og(1-exp(c+d*x^n))-dilog(exp(c+d*x^n)+1))*exp(-c))

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 555 vs. \(2 (121) = 242\).

Time = 0.30 (sec) , antiderivative size = 555, normalized size of antiderivative = 4.48 \[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\text {Too large to display} \]

[In]

integrate((e*x)^(-1+2*n)*(a+b*csch(c+d*x^n)),x, algorithm="fricas")

[Out]

1/2*(a*d^2*cosh((2*n - 1)*log(e))*cosh(n*log(x))^2 + a*d^2*cosh(n*log(x))^2*sinh((2*n - 1)*log(e)) + (a*d^2*co
sh((2*n - 1)*log(e)) + a*d^2*sinh((2*n - 1)*log(e)))*sinh(n*log(x))^2 + 2*(b*cosh((2*n - 1)*log(e)) + b*sinh((
2*n - 1)*log(e)))*dilog(cosh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) + sinh(d*cosh(n*log(x)) + d*sinh(n*log(x
)) + c)) - 2*(b*cosh((2*n - 1)*log(e)) + b*sinh((2*n - 1)*log(e)))*dilog(-cosh(d*cosh(n*log(x)) + d*sinh(n*log
(x)) + c) - sinh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c)) - 2*(b*d*cosh((2*n - 1)*log(e))*cosh(n*log(x)) + b*
d*cosh(n*log(x))*sinh((2*n - 1)*log(e)) + (b*d*cosh((2*n - 1)*log(e)) + b*d*sinh((2*n - 1)*log(e)))*sinh(n*log
(x)))*log(cosh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) + sinh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) + 1) -
 2*(b*c*cosh((2*n - 1)*log(e)) + b*c*sinh((2*n - 1)*log(e)))*log(cosh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c)
 + sinh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) - 1) + 2*(b*d*cosh((2*n - 1)*log(e))*cosh(n*log(x)) + b*c*cos
h((2*n - 1)*log(e)) + (b*d*cosh(n*log(x)) + b*c)*sinh((2*n - 1)*log(e)) + (b*d*cosh((2*n - 1)*log(e)) + b*d*si
nh((2*n - 1)*log(e)))*sinh(n*log(x)))*log(-cosh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) - sinh(d*cosh(n*log(x
)) + d*sinh(n*log(x)) + c) + 1) + 2*(a*d^2*cosh((2*n - 1)*log(e))*cosh(n*log(x)) + a*d^2*cosh(n*log(x))*sinh((
2*n - 1)*log(e)))*sinh(n*log(x)))/(d^2*n)

Sympy [F]

\[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\int \left (e x\right )^{2 n - 1} \left (a + b \operatorname {csch}{\left (c + d x^{n} \right )}\right )\, dx \]

[In]

integrate((e*x)**(-1+2*n)*(a+b*csch(c+d*x**n)),x)

[Out]

Integral((e*x)**(2*n - 1)*(a + b*csch(c + d*x**n)), x)

Maxima [F]

\[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\int { {\left (b \operatorname {csch}\left (d x^{n} + c\right ) + a\right )} \left (e x\right )^{2 \, n - 1} \,d x } \]

[In]

integrate((e*x)^(-1+2*n)*(a+b*csch(c+d*x^n)),x, algorithm="maxima")

[Out]

2*b*integrate((e*x)^(2*n - 1)/(e^(d*x^n + c) - e^(-d*x^n - c)), x) + 1/2*(e*x)^(2*n)*a/(e*n)

Giac [F]

\[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\int { {\left (b \operatorname {csch}\left (d x^{n} + c\right ) + a\right )} \left (e x\right )^{2 \, n - 1} \,d x } \]

[In]

integrate((e*x)^(-1+2*n)*(a+b*csch(c+d*x^n)),x, algorithm="giac")

[Out]

integrate((b*csch(d*x^n + c) + a)*(e*x)^(2*n - 1), x)

Mupad [F(-1)]

Timed out. \[ \int (e x)^{-1+2 n} \left (a+b \text {csch}\left (c+d x^n\right )\right ) \, dx=\int \left (a+\frac {b}{\mathrm {sinh}\left (c+d\,x^n\right )}\right )\,{\left (e\,x\right )}^{2\,n-1} \,d x \]

[In]

int((a + b/sinh(c + d*x^n))*(e*x)^(2*n - 1),x)

[Out]

int((a + b/sinh(c + d*x^n))*(e*x)^(2*n - 1), x)